StringContainsQ
StringContainsQ["string",patt] yields True if any substring in "string" matches the string expression patt, and yields False otherwise.
StringContainsQ["string",{patt1,patt2,…}] yields True if any substring matches any of the patti.
StringContainsQ[{string1,string2,…},patt] gives a list of the results for each of the "stringi".
StringContainsQ[patt] represents an operator form of StringContainsQ that can be applied to an expression.
Please visit the official Wolfram Language Reference for more details and examples on core symbols.